#drop-down{
position: absolute;
left: 0;
right: 0;
}
.dropdown>.drop-down{
    background: #f5f5f5;
    padding:20px 0 32px;
}
.dropdown>.drop-down>.container>.row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-default .nav > li.dropdown > a.dropdown-toggle:hover{
    color: #004098;
}
.goShow>.goShow-img{
    width:240px;height:240px
}
.goShow>span{
    position: absolute;
    text-align: center;
    width: 144px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    left: 50%;
    margin-left: -86px;
    bottom: -14px;
    background-color: #000;
    border-radius: 32px;
}
.dropdown-category>.dropdown-category-list{
    display: flex;
}
.dropdown-category>.dropdown-category-list>.col-lg-3>a{
display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.dropdown-category>.dropdown-category-list>.col-lg-3>a>.category-ico{
width: 64px;height: 64px
}
.dropdown-category>.dropdown-category-list>.col-lg-3>a>.category-name{
    align-items: center;
    margin-top:20px;
    text-align:center;
    /* word-break:break-all; */

}
.container>.container-text{
    display: flex;
    justify-content: center;
}
.container>.container-text>.text-a{
    margin: 0 30px;
}

.dropdown-toggle:hover .setclass{
    background-color: #fff!important;
}